17 lines
411 B
YAML
17 lines
411 B
YAML
fullnameOverride: osm-tile-server
|
|
|
|
ingress:
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: letsencrypt-staging
|
|
nginx.ingress.kubernetes.io/proxy-buffer-size: 128k
|
|
oceanbox.io/expose: internal
|
|
hosts:
|
|
- host: osm.srv.oceanbox.io
|
|
paths:
|
|
- path: /
|
|
pathType: ImplementationSpecific
|
|
tls:
|
|
- hosts:
|
|
- osm.srv.oceanbox.io
|
|
secretName: prod-osm-tile-server-tls
|