caasp-services icon indicating copy to clipboard operation
caasp-services copied to clipboard

Layered Services on the SUSE Container-as-a-Service Platform

Results 14 caasp-services issues
Sort by recently updated
recently updated
newest added

This PR potentially fixes: - Issue #55 (accommodating resources to allow ingress controller) - Issue #41 (make http2 optional - might solve some ingress backend issues) Adds nodeSelector Options Bump...

In some cases undefined values lead to deployment errors even if those values were not used (e.g. the secrets, where I use dummy values). Removing http/2 from nginx, and added...

Hi, the above error was already solved in #27 in case you locally `helm dependency build contrib/helm-charts/portus`. However, I added github.com/kubic-project/caasp-services/ as "App Catalog" to a rancher installation, so I...

I tried to install Portus with the helm chart and the config `.Values.portus.dbAdapter: pg`. But when dry-running the installation I got an error that `.Values.portus.productionPassword` is not a string. I...

``` ## Default values for Portus Helm Chart. ## This is a YAML-formatted file. ## Declare variables to be passed into your templates. ## Default values for Portus ## portus:...

Iam trying to apply kube-dns on caasp 3.0. Iam getting the following error `caasp-master:~ # kubectl apply -f https://raw.githubusercontent.com/SUSE/caasp-services/master/contrib/addons/kubedns/dns.yaml deployment "kube-dns" configured configmap "kube-dns" unchanged The Service "kube-dns" is invalid:...

I've been working on trying to get the Portus TLS portion working for secure communication between the resources. And, I'm hoping that someone can clarify the docs a little bit....

## Problem ``` I can successfully push/pull image but can not find the image on the Portus dashboard. ``` ## Push ``` $ docker tag mariadb:latest portus.ghama.io:80/ns-team1/mariadb:0.1 $ docker push...

## Problem The following yaml is values file i used. [values.yaml.txt](https://github.com/kubic-project/caasp-services/files/1914041/values.yaml.txt) 1. I got error message(HTTP 400) When i used service port as 80. ``` service: port: 80 The plain...