Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8322794
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
806 B
Subscribers
None
View Options
diff --git a/swh-graphql/templates/ingress.yaml b/swh-graphql/templates/ingress.yaml
index 3b05ab8..a9bf188 100644
--- a/swh-graphql/templates/ingress.yaml
+++ b/swh-graphql/templates/ingress.yaml
@@ -1,23 +1,24 @@
{{ if .Values.enableIngress }}
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
+ namespace: {{ .Values.namespace }}
name: graphql
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /
spec:
{{- if .Values.ingressClassName }}
ingressClassName: {{ .Values.ingressClassName }}
{{- end }}
rules:
- host: {{ .Values.ingressHost }}
http:
paths:
- path: {{ .Values.ingressHttpPath }}
pathType: Prefix
backend:
service:
name: graphql
port:
number: 5013
{{ end }}
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Tue, Jun 3, 7:48 AM (12 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3246725
Attached To
R260 Helm charts for swh packages
Event Timeline
Log In to Comment