Skip to content

Instantly share code, notes, and snippets.

@pmorie
Forked from thoraxe/poddef.yaml
Last active May 23, 2016 21:07
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 pmorie/44fece1172445dd21e3946e2e3a6c2de to your computer and use it in GitHub Desktop.
Save pmorie/44fece1172445dd21e3946e2e3a6c2de to your computer and use it in GitHub Desktop.
spec:
containers:
-
name: server
image: '172.30.115.28:5000/gogs/server@sha256:09917096250647da7d24443e1a88b271f7ff58f38145991c9f9dfd66dbbda44b'
volumeMounts:
- name: config-volume
mountPath: /etc/gogs/conf/
volumes:
- name: config-volume
configMap:
name: appini
items:
- path: app.ini
key: appini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment