Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
573f8c082c | ||
|
|
fa9e0f3f4d |
2 changed files with 2 additions and 1 deletions
|
|
@ -7,5 +7,5 @@ icon: https://raw.githubusercontent.com/waylon/k8s-basic/master/helm-chart/logo.
|
||||||
name: k8s-basic
|
name: k8s-basic
|
||||||
description: A helm chart for basic container deployment
|
description: A helm chart for basic container deployment
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.1
|
version: 1.0.2
|
||||||
appVersion: "1.0"
|
appVersion: "1.0"
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,7 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
service: {{ .Values.name }}
|
service: {{ .Values.name }}
|
||||||
|
annotations:
|
||||||
diun.enable: "true"
|
diun.enable: "true"
|
||||||
spec:
|
spec:
|
||||||
securityContext:
|
securityContext:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue