update
This commit is contained in:
@@ -12,7 +12,6 @@ spec:
|
|||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Endpoints
|
kind: Endpoints
|
||||||
metadata:
|
metadata:
|
||||||
@@ -26,7 +25,6 @@ subsets:
|
|||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
apiVersion: traefik.io/v1alpha1
|
apiVersion: traefik.io/v1alpha1
|
||||||
kind: IngressRoute
|
kind: IngressRoute
|
||||||
metadata:
|
metadata:
|
||||||
@@ -44,7 +42,6 @@ spec:
|
|||||||
secretName: registry-tls
|
secretName: registry-tls
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
apiVersion: cert-manager.io/v1
|
apiVersion: cert-manager.io/v1
|
||||||
kind: Certificate
|
kind: Certificate
|
||||||
metadata:
|
metadata:
|
||||||
@@ -59,13 +56,12 @@ spec:
|
|||||||
- "registry.durp.info"
|
- "registry.durp.info"
|
||||||
|
|
||||||
---
|
---
|
||||||
|
#kind: Service
|
||||||
kind: Service
|
#apiVersion: v1
|
||||||
apiVersion: v1
|
#metadata:
|
||||||
metadata:
|
# name: registry-external-dns
|
||||||
name: registry-external-dns
|
# annotations:
|
||||||
annotations:
|
# external-dns.alpha.kubernetes.io/hostname: registry.durp.info
|
||||||
external-dns.alpha.kubernetes.io/hostname: registry.durp.info
|
#spec:
|
||||||
spec:
|
# type: ExternalName
|
||||||
type: ExternalName
|
# externalName: durp.info
|
||||||
externalName: durp.info
|
|
||||||
|
|||||||
Reference in New Issue
Block a user