Skip to content

Instantly share code, notes, and snippets.

@rajitha1998
Created March 5, 2021 05:46
Show Gist options
  • Save rajitha1998/58cfc11913079c0596cb60030ee09649 to your computer and use it in GitHub Desktop.
Save rajitha1998/58cfc11913079c0596cb60030ee09649 to your computer and use it in GitHub Desktop.
{{- if .Values.createIngress }}
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: oscar
annotations:
# nginx.ingress.kubernetes.io/rewrite-target: /
kubernetes.io/ingress.class: nginx
spec:
rules:
- host: xxx.xxx.tech
http:
paths:
- backend:
serviceName: oscar
servicePort: 8080
- host: xxx.xxx.tech
http:
paths:
- backend:
serviceName: minio
servicePort: 9000
{{- end }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment