b867289ad2
The gitea service needs an HA shared filesystem, which is provided by cephfs and managed by rook.io. It also needs a database service, which is provided by percona-xtradb-cluster. Change-Id: Ie019c2e24c3780cec2468a00987dba4ac34ed570
19 lines
283 B
YAML
19 lines
283 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: "gitea-pxc-repl"
|
|
labels:
|
|
app: gitea-pxc
|
|
namespace: gitea-db
|
|
spec:
|
|
clusterIP: None
|
|
ports:
|
|
- name: galera
|
|
port: 4567
|
|
- name: state-xfer
|
|
port: 4568
|
|
- name: state-snap
|
|
port: 4444
|
|
selector:
|
|
app: gitea-pxc
|