This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
vault-sidekick/examples/service.yml
Rohith 49ce68ab95 Vault User
- changing the user runs as to vault
- changing the base image to alpine:3.5
- updating the examples
- changing the golang version to 1.7.5
2017-01-31 12:25:49 +00:00

14 lines
193 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
name: vault-demo
name: vault-demo
spec:
ports:
- name: https
port: 443
targetPort: 443
selector:
name: vault-demo