49ce68ab95
- 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
14 lines
193 B
YAML
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
|