disable ingresses for multiple services
This commit is contained in:
2
apps/coder/env/k3s-cluster/values.yaml
vendored
2
apps/coder/env/k3s-cluster/values.yaml
vendored
@@ -23,6 +23,6 @@ coder:
|
|||||||
metallb.universe.tf/address-pool: k3s-cluster-ip-pool
|
metallb.universe.tf/address-pool: k3s-cluster-ip-pool
|
||||||
metallb.universe.tf/allow-shared-ip: k3s-cluster
|
metallb.universe.tf/allow-shared-ip: k3s-cluster
|
||||||
ingress:
|
ingress:
|
||||||
enable: true
|
enable: false
|
||||||
className: nginx
|
className: nginx
|
||||||
host: "coder.cluster.edward.sydney"
|
host: "coder.cluster.edward.sydney"
|
||||||
@@ -2,4 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- ../../base
|
- ../../base
|
||||||
- ./ingress.yaml
|
# - ./ingress.yaml
|
||||||
@@ -2,4 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- ../../base
|
- ../../base
|
||||||
- ./ingress.yaml
|
# - ./ingress.yaml
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
app:
|
app:
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: false
|
||||||
hosts:
|
hosts:
|
||||||
- k3s-dashboard.cluster.edward.sydney
|
- k3s-dashboard.cluster.edward.sydney
|
||||||
ingressClassName: nginx
|
ingressClassName: nginx
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- ../../base
|
- ../../base
|
||||||
- ./ingress.yaml
|
# - ./ingress.yaml
|
||||||
Reference in New Issue
Block a user