Skip to content

Commit

Permalink
Added port and upgraded to v23-04-14
Browse files Browse the repository at this point in the history
  • Loading branch information
wangeguo committed Apr 14, 2023
1 parent 52becb8 commit 0fc05d1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/amphitheatre/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.4.21
version: 0.4.23

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
4 changes: 3 additions & 1 deletion charts/amphitheatre/templates/apiserver/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,11 @@ spec:
secretKeyRef:
name: {{ include "amphitheatre.database.secretName" . }}
key: mysql-password
- name: AMP_PORT
value: {{ .Values.service.port }}
ports:
- name: http
containerPort: 80
containerPort: {{ .Values.service.port }}
protocol: TCP
livenessProbe:
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions charts/amphitheatre/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apiserver:
image:
registry: ghcr.io
repository: amphitheatre-app/amp-apiserver
tag: v23-04-09-01
tag: v23-04-14

## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -142,7 +142,7 @@ controllers:
image:
registry: ghcr.io
repository: amphitheatre-app/amp-controllers
tag: v23-04-09-01
tag: v23-04-14

## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down

0 comments on commit 0fc05d1

Please sign in to comment.