k8s hlaeja device data

This commit is contained in:
2025-07-23 17:16:25 +02:00
committed by swordsteel
parent bde856e378
commit 3b8d20896c
5 changed files with 120 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: device-data
namespace: hlaeja
labels:
app: device-data
environment: testing
tier: backend
spec:
replicas: 1
selector:
matchLabels:
app: device-data
template:
metadata:
labels:
app: device-data
spec:
imagePullSecrets:
- name: github
containers:
- name: device-data-app
image: ghcr.io/swordsteel/hlaeja-device-data:0.1.1
imagePullPolicy: IfNotPresent
envFrom:
- configMapRef:
name: device-data
- secretRef:
name: device-data
ports:
- containerPort: 8080