30 lines
630 B
YAML
30 lines
630 B
YAML
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: ninthwalker/slack-invite
|
||
|
tag: latest@sha256:25a38b1ee28baf78046162bcaf90962eee3ad79b60666f5451e5f30e5a0c0dda
|
||
|
persistence: {}
|
||
|
portal:
|
||
|
open:
|
||
|
enabled: true
|
||
|
securityContext:
|
||
|
container:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsGroup: 0
|
||
|
runAsUser: 0
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 7879
|
||
|
protocol: tcp
|
||
|
targetPort: 7879
|
||
|
workload:
|
||
|
main:
|
||
|
podSpec:
|
||
|
containers:
|
||
|
main:
|
||
|
env:
|
||
|
COMMUNITY_NAME: myslackteam
|
||
|
SLACK_TOKEN: Enter YOur slack token here
|
||
|
SLACK_URL: myslackteam.slack.com
|