aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/ingress_sample.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/ingress_sample.yaml')
-rw-r--r--kubernetes/ingress_sample.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/kubernetes/ingress_sample.yaml b/kubernetes/ingress_sample.yaml
index 534dcb8c..56bc6f00 100644
--- a/kubernetes/ingress_sample.yaml
+++ b/kubernetes/ingress_sample.yaml
@@ -1,11 +1,11 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
- name: hoarder-web-ingress
- namespace: hoarder
+ name: karakeep-web-ingress
+ namespace: karakeep
spec:
rules:
- - host: "hoarder.example.com"
+ - host: "karakeep.example.com"
http:
paths:
- path: "/"