Skip to content

Commit

Permalink
Merge pull request #17 from shuaibiyy/master
Browse files Browse the repository at this point in the history
Add role field to runtime deployment and service
  • Loading branch information
anestos authored May 17, 2021
2 parents 356f85f + 73d1cde commit 3e7823a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions idsvr/templates/deployment-runtime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ spec:
matchLabels:
app.kubernetes.io/name: {{ include "curity.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
role: {{ include "curity.fullname" . }}-runtime
template:
metadata:
labels:
Expand Down
1 change: 1 addition & 0 deletions idsvr/templates/service-runtime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ spec:
selector:
app.kubernetes.io/name: {{ include "curity.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
role: {{ include "curity.fullname" . }}-runtime

0 comments on commit 3e7823a

Please sign in to comment.