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/kube/service.yml
Rohith aeb3cb34bf File Permissions
* Added a mode option to the resource specification enabling secrets to set the file permissions
 * Fixed a bug in the renewal time, when a resource does not have a custom update and the lease time is 0s
 * Cleaned up some of the vetting issue
2017-05-24 13:25:00 +01: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