mirror of
https://github.com/thejimnicholson/gitea.git
synced 2025-12-06 03:30:42 +00:00
Stage service deployments
This commit is contained in:
parent
7808d0a0c4
commit
be6cf9273b
12
gitea-service.yaml
Normal file
12
gitea-service.yaml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Service
|
||||||
|
metadata:
|
||||||
|
name: gitea
|
||||||
|
namespace: gitea
|
||||||
|
spec:
|
||||||
|
selector:
|
||||||
|
app: gitea
|
||||||
|
ports:
|
||||||
|
- protocol: TCP
|
||||||
|
port: 3000
|
||||||
@ -15,6 +15,8 @@ resources:
|
|||||||
- storage.yaml
|
- storage.yaml
|
||||||
- configuration.yaml
|
- configuration.yaml
|
||||||
- postgres-deployment.yaml
|
- postgres-deployment.yaml
|
||||||
|
- postgres-service.yaml
|
||||||
- gitea-deployment.yaml
|
- gitea-deployment.yaml
|
||||||
|
- gitea-service.yaml
|
||||||
# - service.yaml
|
# - service.yaml
|
||||||
# - ingress.yaml
|
# - ingress.yaml
|
||||||
|
|||||||
@ -14,15 +14,3 @@
|
|||||||
selector:
|
selector:
|
||||||
app: postgres
|
app: postgres
|
||||||
clusterIP: None
|
clusterIP: None
|
||||||
---
|
|
||||||
apiVersion: v1
|
|
||||||
kind: Service
|
|
||||||
metadata:
|
|
||||||
name: gitea
|
|
||||||
namespace: gitea
|
|
||||||
spec:
|
|
||||||
selector:
|
|
||||||
app: gitea
|
|
||||||
ports:
|
|
||||||
- protocol: TCP
|
|
||||||
port: 3000
|
|
||||||
Loading…
Reference in New Issue
Block a user