diff --git a/setup.py b/setup.py index d2e8da1..ef5f708 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ def load_about(): ] }, classifiers=[ - "Development Status :: 3 - Alpha", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Affero General Public License v3", "Operating System :: OS Independent", diff --git a/tutorandroid/patches/k8s-deployments b/tutorandroid/patches/k8s-deployments index 8bb14bc..0a29f1b 100644 --- a/tutorandroid/patches/k8s-deployments +++ b/tutorandroid/patches/k8s-deployments @@ -20,7 +20,6 @@ spec: containers: - name: android-app image: {{ ANDROID_APP_DOCKER_IMAGE }} - imagePullPolicy: Always ports: - containerPort: 8000 securityContext: