22 lines
No EOL
470 B
YAML
22 lines
No EOL
470 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: forgejo
|
|
namespace: forgejo
|
|
spec:
|
|
template:
|
|
spec:
|
|
containers:
|
|
- name: forgejo
|
|
volumeMounts:
|
|
- mountPath: /data
|
|
name: data
|
|
- mountPath: /data/gitea/conf
|
|
name: config
|
|
volumes:
|
|
- name: data
|
|
persistentVolumeClaim:
|
|
claimName: forgejo-data-rbd-dynamic
|
|
- name: config
|
|
configMap:
|
|
name: forgejo-proxy-config |