Skip to content

Commit

Permalink
test: update chart golden files
Browse files Browse the repository at this point in the history
  • Loading branch information
carlmontanari committed Aug 22, 2024
1 parent d98acb7 commit 3358390
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ spec:
matchLabels:
clabernetes/app: clabernetes-plus-clicker
release: release-name
clabernetes/component: manager
replicas: 3
strategy:
rollingUpdate:
Expand Down Expand Up @@ -162,6 +163,7 @@ spec:
matchLabels:
clabernetes/app: clabernetes-plus-clicker
release: release-name
clabernetes/component: ui
replicas: 3
strategy:
rollingUpdate:
Expand Down Expand Up @@ -214,6 +216,9 @@ spec:
requests:
memory: 128Mi
cpu: 50m
env:
- name: HOSTNAME
value: "0.0.0.0"
ports:
- name: http
containerPort: 3000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ spec:
matchLabels:
clabernetes/app: clabernetes
release: release-name
clabernetes/component: manager
replicas: 3
strategy:
rollingUpdate:
Expand Down Expand Up @@ -153,6 +154,7 @@ spec:
matchLabels:
clabernetes/app: clabernetes
release: release-name
clabernetes/component: ui
replicas: 3
strategy:
rollingUpdate:
Expand Down Expand Up @@ -200,6 +202,9 @@ spec:
requests:
memory: 128Mi
cpu: 50m
env:
- name: HOSTNAME
value: "0.0.0.0"
ports:
- name: http
containerPort: 3000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ spec:
matchLabels:
clabernetes/app: clabernetes
release: release-name
clabernetes/component: manager
replicas: 3
strategy:
rollingUpdate:
Expand Down Expand Up @@ -147,6 +148,7 @@ spec:
matchLabels:
clabernetes/app: clabernetes
release: release-name
clabernetes/component: ui
replicas: 3
strategy:
rollingUpdate:
Expand Down Expand Up @@ -194,6 +196,9 @@ spec:
requests:
memory: 128Mi
cpu: 50m
env:
- name: HOSTNAME
value: "0.0.0.0"
ports:
- name: http
containerPort: 3000
Expand Down

0 comments on commit 3358390

Please sign in to comment.