add a gitea function label to the server

This commit is contained in:
James Andariese 2023-07-22 17:08:52 -05:00
parent 311e00c2ee
commit b39a8653c1

View File

@ -2,6 +2,7 @@ apiVersion: apps/v1
kind: StatefulSet kind: StatefulSet
metadata: metadata:
labels: labels:
gitea: server
app: gitea app: gitea
name: gitea name: gitea
namespace: gitea namespace: gitea
@ -10,6 +11,7 @@ spec:
replicas: 1 replicas: 1
selector: selector:
matchLabels: matchLabels:
gitea: server
app: gitea app: gitea
serviceName: gitea serviceName: gitea
updateStrategy: updateStrategy:
@ -17,6 +19,7 @@ spec:
template: template:
metadata: metadata:
labels: labels:
gitea: server
app: gitea app: gitea
spec: spec:
containers: containers: