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
|
||||
Reference in New Issue
Block a user