Skip to content
Snippets Groups Projects
Commit ebb89a81 authored by anne.matthes's avatar anne.matthes
Browse files

Fix deployment

parent 8fe8efba
No related branches found
No related tags found
No related merge requests found
......@@ -5,4 +5,4 @@ metadata:
data:
urls.yaml: |
manifests:
{{ .Values.manifests | toYaml }}
{{- toYaml .Values.manifests | nindent 6 }}
......@@ -50,11 +50,11 @@ spec:
volumeMounts:
- name: manifest-config
mountPath: /app/config/manifests
{{- with .Values.nodeSelector }}
volumes:
- name: manifest-config
configMap:
name: {{ include "manifest-service.fullname" . }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
{{- end }}
......
......@@ -6,9 +6,6 @@ replicaCount: 1
containerPort: 8080
environment:
manifestUrls: ''
image:
repository: gitlab.open-xchange.com:4567/frontend/infrastructure/manifest-service
pullPolicy: IfNotPresent
......
......@@ -2,11 +2,10 @@ replicaCount: 1
containerPort: 8080
manifests:
- https://manifest-service-dummy.k3s.os.oxui.de/manifest.json
- https://manifest-service-dummy.k3s.os.oxui.de/manifest.json
ingress:
enabled: true
hosts:
- host: manifest-service.k3s.os.oxui.de
- host: manifest-${CI_COMMIT_REF_SLUG}.k3s.os.oxui.de
paths:
- path: /
image:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment