Skip to content

Commit

Permalink
label resources because we are not troglodytes
Browse files Browse the repository at this point in the history
  • Loading branch information
cromega committed Sep 10, 2020
1 parent 68b0501 commit 9903cee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chart/keyguard/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: keyguard
labels:
app: keyguard
spec:
rules:
- host: {{ .Values.public_url }}
Expand Down
2 changes: 2 additions & 0 deletions chart/keyguard/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: v1
kind: Secret
metadata:
name: keyguard-private-key
labels:
app: keyguard
data:
private_key: "{{ .Values.private_key_base64 }}"
type: Opaque
2 changes: 2 additions & 0 deletions chart/keyguard/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: v1
kind: Service
metadata:
name: keyguard
labels:
app: keyguard
spec:
selector:
app: keyguard
Expand Down

0 comments on commit 9903cee

Please sign in to comment.