0xemma-patch-1 #1

Merged
0xEmma merged 4 commits from 0xemma-patch-1 into main 2024-10-13 04:10:04 +00:00
Showing only changes of commit fb91e96f2c - Show all commits

View File

@ -23,25 +23,18 @@ spec:
spec: spec:
containers: containers:
- name: mirror - name: mirror
image: 0xemma/nginx-autoindex:json-2 image: ghcr.io/0xemma/mirror-main:v1.0.0
resources: resources:
limits: limits:
memory: 8000Mi memory: 800Mi
requests: requests:
cpu: 100m cpu: 100m
memory: 8000Mi memory: 800Mi
volumeMounts:
- name: config
mountPath: /var/lib/nginx/html
ports: ports:
- containerPort: 80 - containerPort: 3000
readinessProbe: readinessProbe:
httpGet: httpGet:
path: / path: /
port: 80 port: 3000
initialDelaySeconds: 5 initialDelaySeconds: 5
periodSeconds: 10 periodSeconds: 10
volumes:
- name: config
configMap:
name: caddy-config-mirror