diff --git a/ttrss/app-deployment.yaml b/ttrss/app-deployment.yaml index 50fff4c..2a051df 100644 --- a/ttrss/app-deployment.yaml +++ b/ttrss/app-deployment.yaml @@ -46,6 +46,9 @@ spec: name: env image: cthulhoo/ttrss-fpm-pgsql-static:latest name: app + ports: + - containerPort: 80 + protocol: TCP volumeMounts: - mountPath: /var/www/html name: app