Start working on gitea
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adrien Reslinger 2020-07-11 00:22:58 +02:00
parent 42f9dcb6c8
commit 7670dfe469
5 changed files with 255 additions and 0 deletions

View 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