add support to expose via NodePort for vault, argoCD and Grafana
This commit is contained in:
13
config.yaml
13
config.yaml
@@ -140,9 +140,9 @@ modules:
|
||||
grafana:
|
||||
enabled: true
|
||||
expose:
|
||||
type: ingress
|
||||
|
||||
type: ingress # ingress or NodePort
|
||||
domain: grafana.disk.lt.t1.cloud
|
||||
node_port_http: 30007
|
||||
|
||||
tls:
|
||||
enabled: true
|
||||
@@ -155,9 +155,12 @@ modules:
|
||||
|
||||
argo_cd:
|
||||
expose:
|
||||
type: ingress
|
||||
type: ingress # ingress or NodePort
|
||||
domain: argocd.disk.lt.t1.cloud
|
||||
|
||||
node_port_http: 30005
|
||||
node_port_https: 30006
|
||||
|
||||
tls:
|
||||
enabled: true
|
||||
|
||||
@@ -196,7 +199,7 @@ modules:
|
||||
secrets_storage:
|
||||
enabled: true
|
||||
expose:
|
||||
type: ingress # NodePort
|
||||
type: ingress # ingress or NodePort
|
||||
domain: vault.disk.lt.t1.cloud
|
||||
node_port: 30004
|
||||
|
||||
@@ -223,7 +226,7 @@ modules:
|
||||
registry:
|
||||
enabled: true
|
||||
expose:
|
||||
type: ingress # ingress or NodePort
|
||||
type: ingress # ingress or nodePort
|
||||
# if expose_type is "ingress"
|
||||
domain: harbor.disk.lt.t1.cloud
|
||||
|
||||
|
||||
Reference in New Issue
Block a user