Fixed incorrect yaml schema usage
This commit is contained in:
parent
25f7218dee
commit
a9719d0c96
@ -38,20 +38,23 @@ spec:
|
|||||||
# -- You SHOULD NOT expose the traefik port on production deployments.
|
# -- You SHOULD NOT expose the traefik port on production deployments.
|
||||||
# If you want to access it from outside your cluster,
|
# If you want to access it from outside your cluster,
|
||||||
# use `kubectl port-forward` or create a secure ingress
|
# use `kubectl port-forward` or create a secure ingress
|
||||||
expose: true
|
expose:
|
||||||
|
default: true
|
||||||
# -- The exposed port for this service
|
# -- The exposed port for this service
|
||||||
exposedPort: 8080
|
exposedPort: 8080
|
||||||
# -- The port protocol (TCP/UDP)
|
# -- The port protocol (TCP/UDP)
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
web:
|
web:
|
||||||
port: 8000
|
port: 8000
|
||||||
expose: true
|
expose:
|
||||||
|
default: true
|
||||||
exposedPort: 80
|
exposedPort: 80
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
websecure:
|
websecure:
|
||||||
# asDefault: true
|
# asDefault: true
|
||||||
port: 8443
|
port: 8443
|
||||||
expose: true
|
expose:
|
||||||
|
default: true
|
||||||
exposedPort: 443
|
exposedPort: 443
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
tls:
|
tls:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user