We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b30ac8 commit 3ef9b7eCopy full SHA for 3ef9b7e
helm/values.yaml
@@ -3,6 +3,11 @@ common:
3
# Declare variables to be passed into your templates.
4
fullnameOverride: "github-issue-sync"
5
6
+ ## Additional common labels on resources
7
+ ##
8
+ extraLabels:
9
+ team: opstooling
10
+
11
replicaCount: 1
12
13
image:
@@ -61,8 +66,10 @@ common:
61
66
62
67
service:
63
68
type: ClusterIP
64
- port: 80
65
- containerPort: 3000
69
+ ports:
70
+ - name: web
71
+ port: 80
72
+ targetPort: 3000
73
74
# ingress:
75
# enabled: true
0 commit comments