ea4aac6641
Build and Test / verify (push) Failing after 22s
- Create build and release workflows for CI/CD - Implement Dockerfile for multi-stage builds - Add core authentication logic with token validation - Include HTTP handler for authorization checks - Set up Kubernetes deployment and service manifests - Update README with usage instructions and configuration details
16 lines
258 B
YAML
16 lines
258 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: gitea-mcp-auth-proxy
|
|
labels:
|
|
app: gitea-mcp-auth-proxy
|
|
spec:
|
|
selector:
|
|
app: gitea-mcp-auth-proxy
|
|
ports:
|
|
- name: http
|
|
port: 80
|
|
targetPort: http
|
|
protocol: TCP
|
|
type: ClusterIP
|