squash me
This commit is contained in:
@@ -10,11 +10,8 @@ spec:
|
|||||||
targetRevision: "*"
|
targetRevision: "*"
|
||||||
chart: example-app
|
chart: example-app
|
||||||
helm:
|
helm:
|
||||||
valuesObject:
|
valueFiles:
|
||||||
app:
|
- values.yaml
|
||||||
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
|
||||||
@@ -23,4 +20,4 @@ spec:
|
|||||||
prune: true
|
prune: true
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
syncOptions:
|
syncOptions:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
|
|||||||
@@ -12,9 +12,6 @@ spec:
|
|||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- values.yaml
|
- values.yaml
|
||||||
parameters:
|
|
||||||
- name: app.ports.http
|
|
||||||
value: "8091"
|
|
||||||
destination:
|
destination:
|
||||||
server: "https://kubernetes.default.svc"
|
server: "https://kubernetes.default.svc"
|
||||||
namespace: json-echo
|
namespace: json-echo
|
||||||
|
|||||||
5
apps/json-echo/values.yaml
Normal file
5
apps/json-echo/values.yaml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
app:
|
||||||
|
ports:
|
||||||
|
http: 8092
|
||||||
|
secretName: auth-api-dev
|
||||||
Reference in New Issue
Block a user