Skip to content
Snippets Groups Projects

swh: add web service

Merged Guillaume Samson requested to merge 4812_swh_web into production
2 unresolved threads

Merge request reports

Approval is optional

Merged by Guillaume SamsonGuillaume Samson 1 year ago (Apr 20, 2023 1:03pm UTC)

Merge details

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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 }}
  • 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 }}
  • WDYT to use webapp-cassandra.internal.staging.swh.network as ingress hostname ?

  • added 1 commit

    • b6fa8fee - swh: deploy web service in staging environment

    Compare with previous version

  • added 1 commit

    • d74b99f0 - swh: deploy web service in staging environment

    Compare with previous version

  • Guillaume Samson added 8 commits

    added 8 commits

    Compare with previous version

  • Please register or sign in to reply
    Loading