rename kipunji to kubernaut
This commit is contained in:
parent
6cee062b6a
commit
f903ad4b70
@ -4,8 +4,8 @@ kind: Ingress
|
|||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/ingress.class: istio
|
kubernetes.io/ingress.class: istio
|
||||||
name: kipunji-ingress
|
name: kubernaut-ingress
|
||||||
namespace: kipunji
|
namespace: kubernaut
|
||||||
spec:
|
spec:
|
||||||
rules:
|
rules:
|
||||||
- http:
|
- http:
|
||||||
@ -14,6 +14,6 @@ spec:
|
|||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
backend:
|
backend:
|
||||||
service:
|
service:
|
||||||
name: kipunji
|
name: kubernaut
|
||||||
port:
|
port:
|
||||||
name: web
|
name: web
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
namespace: kipunji
|
namespace: kubernaut
|
||||||
resources:
|
resources:
|
||||||
- https://git.kill0.net/ryanc/kipunji/kustomize
|
- https://git.kill0.net/ryanc/kubernaut/kustomize
|
||||||
- https://git.kill0.net/ryanc/caas/kustomize?timeout=300
|
- https://git.kill0.net/ryanc/caas/kustomize?timeout=300
|
||||||
- ingress.yaml
|
- ingress.yaml
|
||||||
patches:
|
patches:
|
||||||
@ -13,5 +13,5 @@ patches:
|
|||||||
value: enabled
|
value: enabled
|
||||||
target:
|
target:
|
||||||
kind: Namespace
|
kind: Namespace
|
||||||
name: kipunji
|
name: kubernaut
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user