adding annotations and resources (#81)

Co-authored-by: Marco Franssen <[email protected]>
Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
Ken Huffman
2023-02-18 13:04:07 +01:00
committed by Marco Franssen
co-authored by Marco Franssen
parent 9634df136d
commit a3f1901a6b
6 changed files with 38 additions and 3 deletions
+10
View File
@@ -7,6 +7,7 @@ waitForIt:
repository: spiffe-io/wait-for-it
pullPolicy: IfNotPresent
version: ""
resources: {}
workloadRegistrar:
image:
@@ -28,6 +29,9 @@ workloadRegistrar:
# cpu: 100m
# memory: 64Mi
service:
annotations: {}
server:
replicaCount: 1
image:
@@ -63,6 +67,7 @@ server:
service:
type: ClusterIP
port: 8081
annotations: {}
podSecurityContext: {}
# fsGroup: 2000
@@ -75,6 +80,8 @@ server:
# runAsNonRoot: true
# runAsUser: 1000
topologySpreadConstraints: []
config:
logLevel: info
socketPath: /run/spire/server-sockets/spire-server.sock
@@ -110,6 +117,9 @@ agent:
# cpu: 100m
# memory: 128Mi
service:
annotations: {}
config:
logLevel: info
socketPath: /run/spire/agent-sockets/spire-agent.sock