- Add Terraform configuration for GCP instance and storage - Add startup script for K3s installation and configuration - Add pipeline scripts for deployment and management - Add Forgejo deployment manifests and configuration
13 lines
212 B
YAML
13 lines
212 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: forgejo-app-service
|
|
namespace: forgejo
|
|
spec:
|
|
selector:
|
|
app: forgejo-app
|
|
ports:
|
|
- name: web
|
|
protocol: TCP
|
|
port: 3000
|
|
targetPort: 3000
|