Skip to content

Commit

Permalink
fix: incorrect opal values
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Oct 4, 2023
1 parent 962a572 commit e619073
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 30 deletions.
10 changes: 0 additions & 10 deletions chart/values.pichu.opal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,12 @@ vcluster:
<<: *tags
annotations:
<<: *tags
sync:
ingresses: true
syncer:
extraArgs:
- --kube-config-context-name=pichu-opal
- --out-kube-config-server=https://pichu.kubernetes.atomi.cloud
ingress:
enabled: true
ingressClassName: nginx
annotations:
nginx.ingress.kubernetes.io/backend-protocol: HTTPS
nginx.ingress.kubernetes.io/ssl-passthrough: "true"
nginx.ingress.kubernetes.io/ssl-redirect: "true"
host: pichu.kubernetes.atomi.cloud
telemetry:
disabled: true



Expand Down
10 changes: 0 additions & 10 deletions chart/values.pikachu.opal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,12 @@ vcluster:
<<: *tags
annotations:
<<: *tags
sync:
ingresses: true
syncer:
extraArgs:
- --kube-config-context-name=pikachu-opal
- --out-kube-config-server=https://pikachu.kubernetes.atomi.cloud
ingress:
enabled: true
ingressClassName: nginx
annotations:
nginx.ingress.kubernetes.io/backend-protocol: HTTPS
nginx.ingress.kubernetes.io/ssl-passthrough: "true"
nginx.ingress.kubernetes.io/ssl-redirect: "true"
host: pikachu.kubernetes.atomi.cloud
telemetry:
disabled: true



Expand Down
10 changes: 0 additions & 10 deletions chart/values.raichu.opal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,12 @@ vcluster:
<<: *tags
annotations:
<<: *tags
sync:
ingresses: true
syncer:
extraArgs:
- --kube-config-context-name=raichu-opal
- --out-kube-config-server=https://raichu.kubernetes.atomi.cloud
ingress:
enabled: true
ingressClassName: nginx
annotations:
nginx.ingress.kubernetes.io/backend-protocol: HTTPS
nginx.ingress.kubernetes.io/ssl-passthrough: "true"
nginx.ingress.kubernetes.io/ssl-redirect: "true"
host: raichu.kubernetes.atomi.cloud
telemetry:
disabled: true



Expand Down

0 comments on commit e619073

Please sign in to comment.