diff --git a/cdn/zerops-service-import.yaml b/cdn/zerops-service-import.yaml index 5985f40..cdd79ec 100644 --- a/cdn/zerops-service-import.yaml +++ b/cdn/zerops-service-import.yaml @@ -1,5 +1,7 @@ services: - - + - hostname: storage + type: object-storage + objectStorageSize: 5 - hostname: nginx type: nginx@latest envSecrets: diff --git a/godummy/.gitignore b/godummy/.gitignore index d5f19d8..67bdb08 100644 --- a/godummy/.gitignore +++ b/godummy/.gitignore @@ -1,2 +1,3 @@ node_modules package-lock.json +app diff --git a/godummy/zerops-service-import.yml b/godummy/zerops-service-import.yml index 649139e..494c73c 100644 --- a/godummy/zerops-service-import.yml +++ b/godummy/zerops-service-import.yml @@ -1,5 +1,5 @@ services: - - hostname: app2 + - hostname: app type: alpine@latest maxContainers: 1 buildFromGit: https://github.com/tikinang/godummy diff --git a/godummy/zerops.yml b/godummy/zerops.yml index bfc34b1..14ad743 100644 --- a/godummy/zerops.yml +++ b/godummy/zerops.yml @@ -1,7 +1,7 @@ zerops: - setup: app build: - os: alpine + os: ubuntu base: go@latest buildCommands: - go build -o app main.go @@ -9,9 +9,9 @@ zerops: deployFiles: - app run: - os: alpine - base: alpine@latest + os: ubuntu + base: ubuntu@latest ports: - port: 8080 httpSupport: true - start: ./app \ No newline at end of file + start: ./app