File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
scripts/generators/k8s/templates Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ metadata:
55 labels:
66 app.kubernetes.io/part-of: {{ appName|default('AppSimulatorApp') }}
77 app.kubernetes.io/name: {{ serviceName }}
8+ app.kubernetes.io/component: database
9+ app-simulator.org/type: {{ type }}
810spec:
911 replicas: {{ instances|default('1') }}
1012 selector:
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ metadata:
55 labels:
66 app.kubernetes.io/part-of: {{ appName|default('AppSimulatorApp') }}
77 app.kubernetes.io/name: {{ serviceName }}
8+ app.kubernetes.io/component: loader
9+ app-simulator.org/type: {{ type }}
810 {% - if deploymentAnnotations %}
911 annotations:
1012 {% - for k ,v in deploymentAnnotations .items () %}
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ metadata:
55 labels:
66 app.kubernetes.io/part-of: {{ appName|default('AppSimulatorApp') }}
77 app.kubernetes.io/name: {{ serviceName }}
8+ app.kubernetes.io/component: service
9+ app-simulator.org/type: {{ type|default('java') }}
810spec:
911 replicas: {{ instances|default('1') }}
1012 selector:
You can’t perform that action at this time.
0 commit comments