Skip to content
Snippets Groups Projects
Verified Commit 7f846d63 authored by Ronja Koistinen's avatar Ronja Koistinen
Browse files

Add app labels

parent 3de3b51e
No related branches found
No related tags found
No related merge requests found
......@@ -4,3 +4,5 @@ kind: ImageStream
metadata:
name: solr-voikko
namespace: haku
labels:
app: solr
......@@ -4,6 +4,8 @@ apiVersion: v1
metadata:
name: solr-headless
namespace: haku
label:
app: solr
spec:
ports:
- name: solr-port
......
......@@ -4,6 +4,8 @@ apiVersion: v1
metadata:
name: solr
namespace: haku
labels:
app: solr
spec:
ports:
- name: solr-port
......
......@@ -4,6 +4,8 @@ kind: StatefulSet
metadata:
name: solr
namespace: haku
labels:
app: solr
spec:
selector:
matchLabels:
......
......@@ -4,6 +4,8 @@ kind: StatefulSet
metadata:
name: zookeeper
namespace: haku
labels:
app: zookeeper
spec:
selector:
matchLabels:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment