initial commit
This commit is contained in:
30
config/samples/dns_v1_resolution.yaml
Normal file
30
config/samples/dns_v1_resolution.yaml
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
apiVersion: dns.stinnesbeck.com/v1
|
||||
kind: Resolution
|
||||
metadata:
|
||||
labels:
|
||||
app.kubernetes.io/name: dns-operator
|
||||
app.kubernetes.io/managed-by: kustomize
|
||||
name: git
|
||||
spec:
|
||||
address: git.stinnesbeck.com
|
||||
---
|
||||
apiVersion: dns.stinnesbeck.com/v1
|
||||
kind: Resolution
|
||||
metadata:
|
||||
labels:
|
||||
app.kubernetes.io/name: dns-operator
|
||||
app.kubernetes.io/managed-by: kustomize
|
||||
name: github
|
||||
spec:
|
||||
address: github.com
|
||||
---
|
||||
apiVersion: dns.stinnesbeck.com/v1
|
||||
kind: Resolution
|
||||
metadata:
|
||||
labels:
|
||||
app.kubernetes.io/name: dns-operator
|
||||
app.kubernetes.io/managed-by: kustomize
|
||||
name: whatismyip
|
||||
spec:
|
||||
address: whatismyip.com
|
||||
10
config/samples/dns_v1_resolver.yaml
Normal file
10
config/samples/dns_v1_resolver.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
apiVersion: dns.stinnesbeck.com/v1
|
||||
kind: Resolver
|
||||
metadata:
|
||||
labels:
|
||||
app.kubernetes.io/name: dns-operator
|
||||
app.kubernetes.io/managed-by: kustomize
|
||||
name: cloudflare
|
||||
spec:
|
||||
ipAddress: 1.1.1.1
|
||||
5
config/samples/kustomization.yaml
Normal file
5
config/samples/kustomization.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
## Append samples of your project ##
|
||||
resources:
|
||||
- dns_v1_resolution.yaml
|
||||
- dns_v1_resolver.yaml
|
||||
# +kubebuilder:scaffold:manifestskustomizesamples
|
||||
Reference in New Issue
Block a user