Lets try this again
This commit is contained in:
parent
0902d26581
commit
5db059bb28
3 changed files with 11 additions and 5 deletions
|
@ -23,6 +23,9 @@ spec:
|
|||
- repoURL: 'https://git.minhas.io/Asara/k8s.git'
|
||||
targetRevision: master
|
||||
path: argo/istio-ingress
|
||||
helm:
|
||||
valueFiles:
|
||||
- $values/argo/{{ .app }}/values.yaml
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
|
|
|
@ -5,8 +5,3 @@ helmApps:
|
|||
repoURL: https://okgolove.github.io/helm-charts
|
||||
chart: goldpinger
|
||||
revision: 5.5.0
|
||||
istio:
|
||||
commonName: goldpinger.teapot.masked.name
|
||||
ingressSelector: ingressgateway-internal
|
||||
issuer: vault-issuer
|
||||
port: 80
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
---
|
||||
service:
|
||||
type: ClusterIP
|
||||
|
||||
istio:
|
||||
name: goldpinger
|
||||
namespace: goldpinger
|
||||
commonName: goldpinger.teapot.masked.name
|
||||
ingressSelector: ingressgateway-internal
|
||||
issuer: vault-issuer
|
||||
port: 80
|
||||
|
|
Loading…
Reference in a new issue