-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvalues.yaml
More file actions
33 lines (29 loc) · 831 Bytes
/
values.yaml
File metadata and controls
33 lines (29 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
acendTraining:
servicePort: 8080
deployments:
- name: puzzle
replicaCount: 1
image:
repository: ghcr.io/puzzle/backstage-techlab
pullPolicy: Always
tag: ""
tagsuffix: ""
ingress:
emptyTLS: true
ingressClassName: openshift-public
useDefaultSecret: true
labels:
public: "true"
appname: backstage-techlab
domainmain: puzzle.ch
domain: ocp.cloudscale.puzzle.ch
nameOverride: "backstage-techlab"
fullnameOverride: ""
serviceAccount:
# Specifies whether a service account should be created
create: true
# Annotations to add to the service account
annotations: {}
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: ""