chore: format code

This commit is contained in:
Vegard Hagen
2025-01-05 20:01:44 +01:00
parent b090a54d75
commit 2eacd07803
6 changed files with 47 additions and 47 deletions

View File

@@ -8,6 +8,6 @@ spec:
selector:
app.kubernetes.io/name: dashboard
ports:
- name: http
port: 80
targetPort: http
- name: http
port: 80
targetPort: http

View File

@@ -23,9 +23,9 @@ spec:
- name: relay
port: 80
matches:
- path:
type: PathPrefix
value: /relay
- path:
type: PathPrefix
value: /relay
- backendRefs:
- name: management
port: 80

View File

@@ -8,6 +8,6 @@ spec:
selector:
app.kubernetes.io/name: management
ports:
- name: http
port: 80
targetPort: http
- name: http
port: 80
targetPort: http

View File

@@ -10,6 +10,6 @@ spec:
selector:
app.kubernetes.io/name: relay
ports:
- name: relay
port: 80
targetPort: relay
- name: relay
port: 80
targetPort: relay

View File

@@ -20,38 +20,38 @@ spec:
seccompProfile:
type: RuntimeDefault
containers:
- name: signal
image: docker.io/netbirdio/signal:0.35.2 # renovate: docker=docker.io/netbirdio/signal
args: [--port, $(PORT), --log-level, $(LOG_LEVEL), --log-file, console]
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
runAsNonRoot: false
capabilities:
drop: [ ALL ]
add: [ NET_ADMIN, NET_RAW, PERFMON, BPF ]
envFrom:
- configMapRef:
name: signal-config
volumeMounts:
- name: signal
mountPath: /var/lib/netbird
ports:
- name: http
containerPort: 80
livenessProbe:
tcpSocket:
port: http
readinessProbe:
tcpSocket:
port: http
resources:
requests:
memory: 16Mi
cpu: 10m
limits:
memory: 64Mi
cpu: 2000m
- name: signal
image: docker.io/netbirdio/signal:0.35.2 # renovate: docker=docker.io/netbirdio/signal
args: [ --port, $(PORT), --log-level, $(LOG_LEVEL), --log-file, console ]
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
runAsNonRoot: false
capabilities:
drop: [ ALL ]
add: [ NET_ADMIN, NET_RAW, PERFMON, BPF ]
envFrom:
- configMapRef:
name: signal-config
volumeMounts:
- name: signal
mountPath: /var/lib/netbird
ports:
- name: http
containerPort: 80
livenessProbe:
tcpSocket:
port: http
readinessProbe:
tcpSocket:
port: http
resources:
requests:
memory: 16Mi
cpu: 10m
limits:
memory: 64Mi
cpu: 2000m
volumes:
- name: signal
persistentVolumeClaim:

View File

@@ -8,6 +8,6 @@ spec:
selector:
app.kubernetes.io/name: signal
ports:
- name: http
port: 80
targetPort: http
- name: http
port: 80
targetPort: http