Logo
Explore Help
Sign In
unboundsoftware/auth0mock
6
0
Fork 0
You've already forked auth0mock
Code Issues 1 Pull Requests 1 Actions Packages Projects Releases 14 Activity
Files
main
auth0mock/k8s/ingress-test.yaml
T

24 lines
452 B
YAML
Raw Permalink Normal View History

chore(deps): update dependency ingress to networking.k8s.io/v1
2024-10-10 13:56:44 +00:00
apiVersion: networking.k8s.io/v1
chore: add ingress
2020-04-16 12:34:41 +02:00
kind: Ingress
metadata:
name: auth0-ingress
annotations:
kubernetes.io/ingress.class: "nginx"
ingress.kubernetes.io/enable-cors: "true"
spec:
rules:
- host: "auth0"
http:
paths:
- path: /
fix(k8s): update ingress configuration for backend service Add pathType as Prefix to the ingress path definition. Update the backend service reference to use the new format with 'service' instead of 'serviceName' for improved clarity and adherence to Kubernetes API standards.
2025-06-29 12:59:59 +02:00
pathType: Prefix
chore: add ingress
2020-04-16 12:34:41 +02:00
backend:
fix(k8s): update ingress configuration for backend service Add pathType as Prefix to the ingress path definition. Update the backend service reference to use the new format with 'service' instead of 'serviceName' for improved clarity and adherence to Kubernetes API standards.
2025-06-29 12:59:59 +02:00
service:
name: auth0mock
port:
number: 3333
chore: add ingress
2020-04-16 12:34:41 +02:00
tls:
- hosts:
- auth0
secretName: auth0-cert
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.26.0+rc0 Page: 169ms Template: 3ms
catppuccin-mocha-mauve
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API