Compare commits
No commits in common. "e98b619fb1527a7c3703c9ba7046f5a63108e525" and "90297ec6116886aecc2fbcf92276c8822059f941" have entirely different histories.
e98b619fb1
...
90297ec611
16
.github/workflows/mirror.yaml
vendored
16
.github/workflows/mirror.yaml
vendored
@ -1,16 +0,0 @@
|
||||
name: Mirroring
|
||||
|
||||
on: [ push, delete ]
|
||||
|
||||
jobs:
|
||||
to_gitlab:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: yesolutions/mirror-action@master
|
||||
with:
|
||||
REMOTE: 'https://git.suyiiyii.top/ssyg/hertz101.git'
|
||||
GIT_USERNAME: suyiiyii
|
||||
GIT_PASSWORD: ${{ secrets.GITEATOKEN }}
|
@ -2,17 +2,13 @@ apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: consul
|
||||
labels:
|
||||
app: consul
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: consul
|
||||
io.kompose.service: consul
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: consul
|
||||
spec:
|
||||
containers:
|
||||
- image: hashicorp/consul:1.20
|
||||
|
Loading…
x
Reference in New Issue
Block a user