63 lines
1.7 KiB
YAML
63 lines
1.7 KiB
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
annotations:
|
|
kompose.cmd: kompose convert -f compose.yaml
|
|
kompose.version: 1.34.0 (cbf2835db)
|
|
labels:
|
|
io.kompose.service: yourls
|
|
name: yourls
|
|
namespace: yourls
|
|
spec:
|
|
replicas: 1
|
|
selector:
|
|
matchLabels:
|
|
io.kompose.service: yourls
|
|
template:
|
|
metadata:
|
|
annotations:
|
|
kompose.cmd: kompose convert -f compose.yaml
|
|
kompose.version: 1.34.0 (cbf2835db)
|
|
labels:
|
|
io.kompose.service: yourls
|
|
spec:
|
|
nodeSelector:
|
|
#dc: "aliyun-gz"
|
|
region: "cn"
|
|
containers:
|
|
- env:
|
|
- name: YOURLS_COOKIEKEY
|
|
value: TBUJgy0gCK83X1O4srF
|
|
- name: YOURLS_DB_HOST
|
|
value: 8.134.120.243
|
|
- name: YOURLS_DB_NAME
|
|
value: yourls
|
|
- name: YOURLS_DB_PASS
|
|
value: c9yroU612P2Omw9qkhekFsQD0xBt6N6z
|
|
- name: YOURLS_DB_PREFIX
|
|
value: yourls_
|
|
- name: YOURLS_DB_USER
|
|
value: yourls
|
|
- name: YOURLS_DEBUG
|
|
value: "false"
|
|
- name: YOURLS_LANG
|
|
value: zh_CN
|
|
- name: YOURLS_PASS
|
|
value: sotilu,Yourls2024
|
|
- name: YOURLS_PRIVATE
|
|
value: "true"
|
|
- name: YOURLS_SITE
|
|
value: https://urls.frytea.com
|
|
- name: YOURLS_UNIQUE_URLS
|
|
value: "true"
|
|
- name: YOURLS_URL_CONVERT
|
|
value: "36"
|
|
- name: YOURLS_USER
|
|
value: songtianlun
|
|
image: yourls:1.9.2-apache
|
|
name: yourls
|
|
ports:
|
|
- containerPort: 80
|
|
protocol: TCP
|
|
restartPolicy: Always
|