add service to deployment
All checks were successful
Build and Publish / BuildAndDeployAmd64 (push) Successful in 32s
Build and Publish / BuildAndDeployArm64 (push) Successful in 3m43s

This commit is contained in:
2025-11-26 19:42:45 +01:00
parent 400079ec98
commit a6f6d3c190

View File

@@ -462,3 +462,14 @@ spec:
value: "redis.home:6379"
- name: REDIS_PASSWORD
value: "slaskredis"
---
kind: Service
apiVersion: v1
metadata:
name: inventory
spec:
selector:
app: inventory
ports:
- name: web
port: 8080