Update apps/example-app/application.yaml

This commit is contained in:
2025-06-03 11:34:57 +03:00
parent a6ec2b1996
commit 5c5e20123f

View File

@@ -10,8 +10,11 @@ spec:
targetRevision: "*" targetRevision: "*"
chart: example-app chart: example-app
helm: helm:
valueFiles: valuesObject:
- values-override.yaml app:
ports:
http: "8096"
secretName: "auth-api-dev"
destination: destination:
server: "https://kubernetes.default.svc" server: "https://kubernetes.default.svc"
namespace: example-app namespace: example-app