Skip to content

Instantly share code, notes, and snippets.

@fredrkl
Last active November 27, 2018 15:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fredrkl/179f7c46ad5df19ac26082dfefb68eb0 to your computer and use it in GitHub Desktop.
Save fredrkl/179f7c46ad5df19ac26082dfefb68eb0 to your computer and use it in GitHub Desktop.
apiVersion: apps/v1
kind: Deployment
metadata:
name: someapp
spec:
replicas: 1
selector:
matchLabels:
app: someapp
template:
metadata:
labels:
app: someapp
spec:
imagePullSecrets:
- name: registrysecret
volumes:
- name: certificate
secret:
secretName: certificate
dnsConfig:
options:
- name: single-request-reopen
containers:
- name: app
.....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment