Compare commits
1 Commits
renovate/g
...
063f405785
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
063f405785 |
@@ -14,4 +14,4 @@ include:
|
|||||||
- shlink/docker-compose.yml
|
- shlink/docker-compose.yml
|
||||||
- synapse/docker-compose.yml
|
- synapse/docker-compose.yml
|
||||||
# - updater/docker-compose.yml
|
# - updater/docker-compose.yml
|
||||||
# - vaultwarden/docker-compose.yml
|
- vaultwarden/docker-compose.yml
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
gitea:
|
gitea:
|
||||||
container_name: gitea
|
container_name: gitea
|
||||||
image: gitea/gitea:1.25.2-rootless
|
image: gitea/gitea:1.26.0-rootless
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ${GITEA_DATA_LOCATION}:/var/lib/gitea
|
- ${GITEA_DATA_LOCATION}:/var/lib/gitea
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ services:
|
|||||||
- '-target=all'
|
- '-target=all'
|
||||||
|
|
||||||
alloy:
|
alloy:
|
||||||
image: grafana/alloy:v1.16.0
|
image: grafana/alloy:v1.15.0
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "12345:12345"
|
- "12345:12345"
|
||||||
|
|||||||
@@ -1,119 +0,0 @@
|
|||||||
---
|
|
||||||
apiVersion: v1
|
|
||||||
kind: Namespace
|
|
||||||
metadata:
|
|
||||||
name: spliit
|
|
||||||
---
|
|
||||||
apiVersion: postgresql.cnpg.io/v1
|
|
||||||
kind: Cluster
|
|
||||||
metadata:
|
|
||||||
name: spliit-db
|
|
||||||
namespace: spliit
|
|
||||||
spec:
|
|
||||||
instances: 1
|
|
||||||
storage:
|
|
||||||
size: 2Gi
|
|
||||||
bootstrap:
|
|
||||||
initdb:
|
|
||||||
database: spliit
|
|
||||||
owner: spliit
|
|
||||||
---
|
|
||||||
apiVersion: apps/v1
|
|
||||||
kind: Deployment
|
|
||||||
metadata:
|
|
||||||
name: spliit
|
|
||||||
namespace: spliit
|
|
||||||
spec:
|
|
||||||
replicas: 1
|
|
||||||
selector:
|
|
||||||
matchLabels:
|
|
||||||
app: spliit
|
|
||||||
template:
|
|
||||||
metadata:
|
|
||||||
labels:
|
|
||||||
app: spliit
|
|
||||||
spec:
|
|
||||||
containers:
|
|
||||||
- name: spliit
|
|
||||||
image: petersmit27/spliit:latest
|
|
||||||
ports:
|
|
||||||
- containerPort: 3000
|
|
||||||
env:
|
|
||||||
- name: POSTGRES_PRISMA_URL
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: spliit-db-app
|
|
||||||
key: uri
|
|
||||||
- name: POSTGRES_URL_NON_POOLING
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: spliit-db-app
|
|
||||||
key: uri
|
|
||||||
---
|
|
||||||
apiVersion: v1
|
|
||||||
kind: Service
|
|
||||||
metadata:
|
|
||||||
name: spliit
|
|
||||||
namespace: spliit
|
|
||||||
spec:
|
|
||||||
selector:
|
|
||||||
app: spliit
|
|
||||||
ports:
|
|
||||||
- port: 3000
|
|
||||||
targetPort: 3000
|
|
||||||
---
|
|
||||||
apiVersion: gateway.networking.k8s.io/v1
|
|
||||||
kind: HTTPRoute
|
|
||||||
metadata:
|
|
||||||
name: spliit
|
|
||||||
namespace: spliit
|
|
||||||
spec:
|
|
||||||
parentRefs:
|
|
||||||
- name: main
|
|
||||||
namespace: envoy-gateway-system
|
|
||||||
sectionName: https-smittenfeld
|
|
||||||
hostnames:
|
|
||||||
- split.smittenfeld.nl
|
|
||||||
rules:
|
|
||||||
- backendRefs:
|
|
||||||
- name: spliit
|
|
||||||
port: 3000
|
|
||||||
---
|
|
||||||
apiVersion: gateway.networking.k8s.io/v1
|
|
||||||
kind: HTTPRoute
|
|
||||||
metadata:
|
|
||||||
name: spliit-create-group
|
|
||||||
namespace: spliit
|
|
||||||
spec:
|
|
||||||
parentRefs:
|
|
||||||
- name: main
|
|
||||||
namespace: envoy-gateway-system
|
|
||||||
sectionName: https-smittenfeld
|
|
||||||
hostnames:
|
|
||||||
- split.smittenfeld.nl
|
|
||||||
rules:
|
|
||||||
- matches:
|
|
||||||
- path:
|
|
||||||
type: PathPrefix
|
|
||||||
value: /groups/create
|
|
||||||
backendRefs:
|
|
||||||
- name: spliit
|
|
||||||
port: 3000
|
|
||||||
---
|
|
||||||
apiVersion: gateway.envoyproxy.io/v1alpha1
|
|
||||||
kind: SecurityPolicy
|
|
||||||
metadata:
|
|
||||||
name: spliit-create-ip-restriction
|
|
||||||
namespace: spliit
|
|
||||||
spec:
|
|
||||||
targetRefs:
|
|
||||||
- group: gateway.networking.k8s.io
|
|
||||||
kind: HTTPRoute
|
|
||||||
name: spliit-create-group
|
|
||||||
authorization:
|
|
||||||
defaultAction: Deny
|
|
||||||
rules:
|
|
||||||
- action: Allow
|
|
||||||
principal:
|
|
||||||
clientCIDRs:
|
|
||||||
- 188.91.195.91/32
|
|
||||||
Reference in New Issue
Block a user