mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 21:51:20 +00:00
feat(browserless): ingress
This commit is contained in:
parent
346b6acadb
commit
7014e4e20e
1 changed files with 19 additions and 0 deletions
|
@ -9,6 +9,25 @@ controllers:
|
||||||
env:
|
env:
|
||||||
MAX_CONCURRENT_SESSIONS: 10
|
MAX_CONCURRENT_SESSIONS: 10
|
||||||
|
|
||||||
|
ingress:
|
||||||
|
main:
|
||||||
|
annotations:
|
||||||
|
cert-manager.io/cluster-issuer: vault-issuer
|
||||||
|
enabled: true
|
||||||
|
hosts:
|
||||||
|
- host: browserless.dc
|
||||||
|
paths:
|
||||||
|
- path: /
|
||||||
|
service:
|
||||||
|
name: main
|
||||||
|
port: http
|
||||||
|
tls:
|
||||||
|
- hosts:
|
||||||
|
- browserless.dc
|
||||||
|
secretName: browserless-tls
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: false
|
privileged: false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue