Skip to content

Commit

Permalink
update values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jusa3 committed Mar 12, 2024
1 parent 8705cf3 commit 691a3b6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
2 changes: 1 addition & 1 deletion k8s/ols4-backend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
appVersion: "1.0.0"
description: A Helm chart to deploy the ols4 backend
name: ols4-backend
version: 0.1.2
version: 0.1.3
13 changes: 2 additions & 11 deletions k8s/ols4-backend/templates/ols4-backend-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,10 @@ spec:
labels:
app: {{ .Release.Name }}-backend
spec:
{{/* affinity:*/}}
{{/* nodeAffinity:*/}}
{{/* requiredDuringSchedulingIgnoredDuringExecution:*/}}
{{/* nodeSelectorTerms:*/}}
{{/* - matchExpressions:*/}}
{{/* - key: kubernetes.io/hostname*/}}
{{/* operator: In*/}}
{{/* values:*/}}
{{/* - hh-rke-wp-webadmin-47-worker-3.caas.ebi.ac.uk*/}}
{{/* - hx-rke-wp-webadmin-40-worker-3.caas.ebi.ac.uk*/}}
containers:
- name: web
image: ghcr.io/ebispot/ols4-backend:{{.Values.imageTag}}
image: >-
ghcr.io/ebispot/ols4-backend:{{.Values.imageTag}}
imagePullPolicy: Always
ports:
- containerPort: 8080
Expand Down
2 changes: 2 additions & 0 deletions k8s/ols4-backend/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
ingress:
dns:
enableSSL:
certIssuer:
imageTag:
oidc:
data:
Expand Down

0 comments on commit 691a3b6

Please sign in to comment.