Adding ingress
This commit is contained in:
parent
44a8b6fcc7
commit
8b5cfb3f72
@ -35,17 +35,18 @@ service:
|
|||||||
port: 80
|
port: 80
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: false
|
enabled: true
|
||||||
annotations: {}
|
annotations: {}
|
||||||
# kubernetes.io/ingress.class: nginx
|
# kubernetes.io/ingress.class: nginx
|
||||||
# kubernetes.io/tls-acme: "true"
|
# kubernetes.io/tls-acme: "true"
|
||||||
hosts:
|
hosts:
|
||||||
- host: chart-example.local
|
- host: slack2chat.ipa.champion
|
||||||
paths: []
|
paths: []
|
||||||
tls: []
|
- host: slack2chat.ervine.cloud
|
||||||
# - secretName: chart-example-tls
|
tls:
|
||||||
# hosts:
|
- secretName: slack2chat-ervine-cloud-tls
|
||||||
# - chart-example.local
|
hosts:
|
||||||
|
- slack2chat.ervine.cloud
|
||||||
|
|
||||||
resources: {}
|
resources: {}
|
||||||
# We usually recommend not to specify default resources and to leave this as a conscious
|
# We usually recommend not to specify default resources and to leave this as a conscious
|
||||||
|
|||||||
@ -29,7 +29,7 @@ securityContext:
|
|||||||
# - ALL
|
# - ALL
|
||||||
readOnlyRootFilesystem: true
|
readOnlyRootFilesystem: true
|
||||||
runAsNonRoot: true
|
runAsNonRoot: true
|
||||||
runAsUser: 1003
|
runAsUser: 1027
|
||||||
|
|
||||||
service:
|
service:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user