swh: add web service
2 unresolved threads
2 unresolved threads
Related to swh/infra/sysadm-environment#4812 (closed)
Merge request reports
Activity
Filter activity
changed milestone to %Cassandra in production as primary storage [Roadmap - Tooling and infrastructure]
assigned to @guillaume
added 5 commits
-
15873600...948383fa - 3 commits from branch
production
- 192b696a - swh: add web service
- 50d7d0f9 - swh: deploy web service in staging environment
-
15873600...948383fa - 3 commits from branch
added 5 commits
-
50d7d0f9...6cdc5c24 - 3 commits from branch
production
- a3ebc542 - swh: add web service
- dc064012 - swh: deploy web service in staging environment
-
50d7d0f9...6cdc5c24 - 3 commits from branch
- swh/templates/web/ingress.yaml 0 → 100644
1 {{ if .Values.web.enabled -}} 2 apiVersion: networking.k8s.io/v1 3 kind: Ingress 4 metadata: 5 namespace: {{ .Values.namespace }} 6 name: swh-web-ingress 7 # annotations: 8 # nginx.ingress.kubernetes.io/rewrite-target: / 9 spec: 10 {{- if .Values.ingressClassName }} changed this line in version 4 of the diff
- swh/templates/web/ingress.yaml 0 → 100644
15 paths: 16 - path: / 17 pathType: Prefix 18 backend: 19 service: 20 name: web 21 port: 22 number: 5004 23 - path: /static 24 pathType: Prefix 25 backend: 26 service: 27 name: web 28 port: 29 number: 80 30 {{- if .Values.host }} changed this line in version 4 of the diff
added 1 commit
- b6fa8fee - swh: deploy web service in staging environment
added 1 commit
- d74b99f0 - swh: deploy web service in staging environment
added 8 commits
-
d74b99f0...183988be - 6 commits from branch
production
- 29fd9588 - swh: add web service
- f61d28cd - swh: deploy web service in staging environment
-
d74b99f0...183988be - 6 commits from branch
Please register or sign in to reply