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