Start working on gitea
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
42f9dcb6c8
commit
7670dfe469
5 changed files with 255 additions and 0 deletions
16
files/gitea/gitea-Service.yaml
Normal file
16
files/gitea/gitea-Service.yaml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
kind: Service
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: gitea
|
||||
namespace: gitea
|
||||
spec:
|
||||
selector:
|
||||
app: gitea
|
||||
ports:
|
||||
- name: gitea-http
|
||||
port: 3000
|
||||
targetPort: gitea-http
|
||||
- name: gitea-ssh
|
||||
port: 2222
|
||||
targetPort: gitea-ssh
|
||||
sessionAffinity: ClientIP
|
||||
Loading…
Add table
Add a link
Reference in a new issue