ingress?
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not 2023-06-22 00:31:57 +10:00
parent 4ebf59f2b2
commit 571f0b4018

View File

@ -1,10 +1,10 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
kind: Ingress
metadata:
name: example-ingress
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /$1
spec:
spec:
rules:
- host: hello-world.info
http: