29 lines
555 B
YAML
29 lines
555 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
creationTimestamp: null
|
|
labels:
|
|
app: calsync
|
|
name: calsync
|
|
spec:
|
|
replicas: 1
|
|
selector:
|
|
matchLabels:
|
|
app: calsync
|
|
strategy: {}
|
|
template:
|
|
metadata:
|
|
creationTimestamp: null
|
|
labels:
|
|
app: calsync
|
|
spec:
|
|
containers:
|
|
- envFrom:
|
|
- configMapRef:
|
|
name: env-configmap
|
|
- secretRef:
|
|
name: env-secrets
|
|
image: przemub/ics_caldav_sync:v1.1
|
|
name: ics-caldav-sync-9b9hc
|
|
resources: {}
|
|
status: {}
|