mirror of
https://github.com/nold360/hive-apps
synced 2024-11-08 14:56:35 +00:00
22 lines
349 B
YAML
22 lines
349 B
YAML
|
controllers:
|
||
|
main:
|
||
|
containers:
|
||
|
main:
|
||
|
image:
|
||
|
repository: browserless/chrome
|
||
|
tag: latest
|
||
|
pullPolicy: Always
|
||
|
env:
|
||
|
MAX_CONCURRENT_SESSIONS: 10
|
||
|
|
||
|
securityContext:
|
||
|
privileged: false
|
||
|
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
http:
|
||
|
enabled: true
|
||
|
port: 3000
|
||
|
type: ClusterIP
|